home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
1810
/
1810.xpi
/
chrome
/
showcase.jar
/
content
/
settings
/
settings.xul
< prev
Wrap
Extensible Markup Language
|
2010-01-17
|
3KB
|
58 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/"?>
<?xml-stylesheet href="chrome://mozapps/content/preferences/preferences.css"?>
<?xml-stylesheet href="chrome://showcase/skin/preferences.css" type="text/css"?>
<!DOCTYPE bindings [
<!ENTITY % dialogDTD SYSTEM "chrome://showcase/locale/pref-showcase.dtd" >
%dialogDTD;
<!ENTITY % tabBrowserDTD SYSTEM "chrome://global/locale/tabbrowser.dtd" >
%tabBrowserDTD;
]>
<prefwindow id="ShowcasePreferences"
windowtype="mozilla:showcaseopt"
buttons="accept,cancel,extra2"
buttonlabelextra2="&settings;"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
title="&page.header.title;"
style="width: &page.size.width;; height: 42em;"
onload="showcase_initPrefs();">
<box>
<script type="application/x-javascript" src="chrome://showcase/content/settings/prefs.js" />
<stringbundleset>
<stringbundle id="prefsStrings" src="chrome://showcase/locale/prefs.properties" />
</stringbundleset>
<popupset>
<popup id="showcase-settings-popup" position="before_start">
<menuitem id="showcase-defaults" label="&settings.default;" oncommand="if (showcase_defaultSettings()) document.location = 'chrome://showcase/content/settings/settings.xul';" />
<menuseparator />
<menuitem id="showcase-export" label="&settings.export;" oncommand="showcase_exportSettings();" />
<menuitem id="showcase-import" label="&settings.import;" oncommand="if (showcase_importSettings()) document.location = 'chrome://showcase/content/settings/settings.xul';" />
</popup>
</popupset>
</box>
<!-- Window options -->
<prefpane id="paneWindow" label="&tab.window;" src="chrome://showcase/content/settings/pref-window.xul"/>
<!-- Tab options -->
<prefpane id="paneTab" label="&tab.tab;" src="chrome://showcase/content/settings/pref-tab.xul"/>
<!-- Sidebar options -->
<prefpane id="paneSidebar" label="&tab.sidebar;" src="chrome://showcase/content/settings/pref-sidebar.xul"/>
<!-- Thumbnail options -->
<prefpane id="paneThumbnails" label="&tab.thumbnails;" src="chrome://showcase/content/settings/pref-thumbnails.xul"/>
<!-- Shortcut options -->
<prefpane id="paneShortcuts" label="&tab.shortcuts;" src="chrome://showcase/content/settings/pref-shortcuts.xul"/>
<!-- Advanced options -->
<prefpane id="paneAdvanced" label="&tab.advanced;" src="chrome://showcase/content/settings/pref-advanced.xul"/>
</prefwindow>